Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1ComboBox<T> Class / IsEditable Property

In This Topic
    IsEditable Property (C1ComboBox<T>)
    In This Topic
    Gets or sets whether it is editable.
    Syntax
    'Declaration
     
    
    Public Overridable Property IsEditable As Boolean
    public virtual bool IsEditable {get; set;}
    Remarks
    When this property is true, the C1DropDown.EditableHeader will be used. If the drop-down is full-screen, the editor will be shown in the popup, otherwise it will be shown inline and will replace C1DropDown.Header.
    See Also